.aboutUs-title {
    height: 36rem;
    background-image: url(../image/background.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
}

.aboutUs-subtitle {
    width: 80%;
    text-align: end;
    margin: 0 auto 4rem;
}

@media(max-width: 576px){
    h6 {
        font-size: 1rem;
    }
}

.shopbutton{
    width: 60%;
    height: 2rem;
    background-color: black;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shopbutton a{
    background-color: black;
    color: yellow;
}

a:link {
    color: #d7ac01;
  }
  
  /* visited link */
  a:visited {
    color: #d7ac01;
  }
  
  /* mouse over link */
  a:hover {
    color: #d7ac01;
  }
  
  /* selected link */
  a:active {
    color: #d7ac01;
  }